projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432c7a6
)
*** empty log message ***
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 14:16:26 +0000
(14:16 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 14:16:26 +0000
(14:16 +0000)
lisp/progmodes/cc-awk.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-awk.el
b/lisp/progmodes/cc-awk.el
index b361585422a9f3ceae7351a18f12bf3cbe89ba65..de15d959cbd499f7325846b14751d36ba17432e4 100644
(file)
--- a/
lisp/progmodes/cc-awk.el
+++ b/
lisp/progmodes/cc-awk.el
@@
-213,7
+213,7
@@
"\\([{}@` \t]\\|\\+\\+\\|--\\|\\\\.\\)")
;; A "neutral" char(pair). Doesn't change the "state" of a subsequent /.
;; This is space/tab, braces, an auto-increment/decrement operator or an
-;; escaped character. Or one of the (i
llegal
) characters @ or `. But NOT an
+;; escaped character. Or one of the (i
nvalid
) characters @ or `. But NOT an
;; end of line (even if escaped).
(defconst c-awk-neutrals*-re
(concat "\\(" c-awk-neutral-re "\\)*"))